Remove an object from a scene.
Inputs
| Name | Nickname | Description | Type |
|---|---|---|---|
| Run | R | Run this component. | Boolean |
| Scene | S | Scene containing scene objects i.e. geometry groups, lights and materials. | Scene |
| Scene Object | O | The object to remove. | SceneObject |
Outputs
| Name | Nickname | Description | Type |
|---|---|---|---|
| Scene | S | Scene containing scene objects i.e. geometry groups, lights and materials. | Scene |
| Removed | R | Boolean value indicating if the object was successfully removed. | Boolean |